home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / xhost35s.arj / WHATSNEW.DOC < prev    next >
Text File  |  1994-01-17  |  5KB  |  106 lines

  1.   The major changes being implemented in version 3.5 are:
  2.  
  3. 1.  Additional Secuurity.  The secondary security field will be
  4.     used to access a SECURITY.DAT file.  Each record in this file
  5.     may be up to 128 characters plus a CR/LF for a total of 130.
  6.     The record layout is :
  7.        1-2   Security ID - This will match the secondary security
  8.                            field in the .USR record
  9.        3     Record Type - A '+' means include additional conferences
  10.                            A '-' means restrict some conferences
  11.                            A ' ' means only these conferences may be accessed
  12.        4-128 List of Conf - this list is in 4 character increments each
  13.                             4 character group will have a ';' as the first
  14.                             character followed by a 3 character conf number.
  15.  
  16. 2.  The event time is no longer kept in the EXECHOST.CNF file.  There is a
  17.     new file named EVENT.DAT.  This contains both the date and time of the
  18.     next event.  If the sysop does not modify this during the event, 
  19.     Executive Host will update it by adding 24 hours to the existing file.
  20.     The downside of this is if your BBS has been down for 2 or three days 
  21.     and the EVENT.DAT has not been updated, the event will be run as many
  22.     times as it takes to place the EVENT time into the future.  The up side
  23.     is you may set your event time to the second and the SYSOP may easily
  24.     run multiple events by changing the EVENT.DAT during the event.
  25.  
  26. 3.  A brand new 'Waiting for Call' screen has been included.
  27.  
  28. 4.  Executive Host no longer requires that your message bases be in a
  29.     subdirectory of TELIX.  Your message bases may be where the SYSOP
  30.     likes.  This requires a change in the CONF.DAT.  Also an entry has
  31.     been made to the EXECHOST.CNF file for the location of the MAIN
  32.     conference.  With this change it MIGHT be possible to run in a multi
  33.     node environment.  Running in multi-node will require the sysop to
  34.     run SHARE.EXE and also should consider running FATAL.COM to intercept
  35.     share violation messages.
  36.  
  37. ======================================================================
  38.  
  39. The following minor enhancements will also be includedin 3.5.......
  40.  
  41. 1.  Fixed a bug where the download statisical data was not being
  42.     updated if the caller selected to disconnect at end of DL.
  43.  
  44. 2.  Fixed a bug where if the UL/DL restriction in the .CNF file 
  45.     was set greater than 4, the restriction was ignored.
  46.  
  47. 3.  Allow the sysop to add a menu item CBV.  If CBV is entered
  48.     from the GUEST menu or the SYSOP menu and the callback verifier
  49.     module is available, the callback verifier will be executed.
  50.  
  51. 4.  Implemented expiration feature.  If a caller logs on and today
  52.     is greater than the expiration date, the caller's access level 
  53.     is reduced to the level defined in the EXECHOST.USR as the level
  54.     to restrict uploads and downloads.
  55.  
  56. 5.  Fixed an intermittant bug in the (T)ext search routine when 
  57.     a caller would choose to (T)ag an entry, they would be coldly
  58.     notified that they did not have enough time remaining
  59.  
  60. 6.  Executive Host now creates a DORINFO1.DEF file at logon time
  61.     along with the DOOR.SYS
  62.  
  63. 7.  For those sysops that have a multitude of bulletins, the
  64.     BULLLIST and BULLLIST.G now scroll.
  65.  
  66. 8.  Added two new default values to the EXECHOST.USR file.  There
  67.     is a Y/N flag for ANSI Graphics and a Y/N flag for Xpert mode.
  68.     If the caller actually enters his preference at the initial prompt, 
  69.     this preference is used but if no preference is entered then the
  70.     default in the USER record will be used.  You, the SYSOP, may set
  71.     up the NEWUSER.DAT for whatever defaults is desired for a new
  72.     user.
  73.  
  74. 9.  F10 will log the SYSOP onto the system without prompts. Alt-F10
  75.     is now used to manually force the event.
  76.  
  77. 10. Modified to handle 999 doors. (This one's for you Michael)
  78.  
  79. 11. The CALLERS.DAT file has changed.  Instead of showing the amount
  80.     of time left to a user, it now contains the amount of time used.
  81.  
  82. 12. A caller will have allowed time adjusted downward if an event is to
  83.     take place during his calling session.  The time is not lost and can 
  84.     be used after the event.
  85.  
  86. 13. Added a prompt which asks if the caller wants to check mail instead
  87.     of scanning conferences automatically.
  88.  
  89. 14. Made the screen blanker configurable from the EXECHOST.CNF file.  If
  90.     you are running in a multitasking environment where some other blanker
  91.     is active or you run your BBS in the background, then you should set
  92.     the blanker to off (N).  Otherwise, you should set it to on (Y).  The
  93.     BBS will respond quicker to incoming calls if the blanker is OFF.
  94.  
  95. 15. ************************ Important Change*********************
  96.     The UPLOAD.BAT file is called for each file in the upload directory
  97.     and using the file name as a parameter.   This will allow the
  98.     SYSOP to do virus and crc checking during the UPLOAD.BAT on a file
  99.     by file basis.  Therefore your UPLOAD.BAT should now move the
  100.     named file to another directory using the %1 variable.
  101.             CD c:\TELIX\UP
  102.             copy %1 C:\TELIX\DOWN
  103.             del %1
  104.             cd c:\telix
  105.  
  106.